Use standard cursor names
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 May 2015 02:50:02 +0000 (22:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 Jul 2015 05:45:06 +0000 (01:45 -0400)
commit5c2759af3c602149b76ddf968bcd94b7e6e8a57c
tree027e6c0ca1ea4ec05f33c5c7cd665c7928f5eb76
parentb3fb1aefd8b285874b0a744af024a16d3958e402
Use standard cursor names

This changes GTK+ to use gdk_cursor_new_from_name() with the
'standard' css names, instead of GdkCursorType.

https://bugzilla.gnome.org/show_bug.cgi?id=652085
15 files changed:
demos/gtk-demo/changedisplay.c
demos/gtk-demo/hypertext.c
gtk/gtkaboutdialog.c
gtk/gtkcolorplane.c
gtk/gtkentry.c
gtk/gtkfilechooserwidget.c
gtk/gtklabel.c
gtk/gtklinkbutton.c
gtk/gtkpaned.c
gtk/gtkprintunixdialog.c
gtk/gtkrecentchooserdefault.c
gtk/gtktextview.c
gtk/gtktreeviewcolumn.c
gtk/gtkwindow.c
gtk/inspector/inspect-button.c